From 7eff58f2345e0fb6a6d81dc2267c1ab2e77d9017 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 24 Jun 2002 08:29:49 +0000 Subject: [PATCH] Added :require 'keypad to defcustoms. --- lisp/emulation/keypad.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/emulation/keypad.el b/lisp/emulation/keypad.el index 7a9b4fc8362..f9b73f4f1d7 100644 --- a/lisp/emulation/keypad.el +++ b/lisp/emulation/keypad.el @@ -118,6 +118,7 @@ decimal key must be specified." (const :tag "Shifted cursor keys" S-cursor) (const :tag "Remove bindings" none) (other :tag "Keep existing bindings" nil)) + :require 'keypad :group 'keyboard) ;;;###autoload @@ -140,6 +141,7 @@ decimal key must be specified." (const :tag "Shifted cursor keys" S-cursor) (const :tag "Remove bindings" none) (other :tag "Keep existing bindings" nil)) + :require 'keypad :group 'keyboard) ;;;###autoload @@ -162,6 +164,7 @@ decimal key must be specified." (const :tag "Shifted cursor keys" S-cursor) (const :tag "Remove bindings" none) (other :tag "Keep existing bindings" nil)) + :require 'keypad :group 'keyboard) ;;;###autoload @@ -184,6 +187,7 @@ decimal key must be specified." (const :tag "Shifted cursor keys" S-cursor) (const :tag "Remove bindings" none) (other :tag "Keep existing bindings" nil)) + :require 'keypad :group 'keyboard) -- 2.30.2